From: Richard M. Stallman Date: Sun, 1 Jun 1997 23:48:38 +0000 (+0000) Subject: (signal): Define only if not NO_DGUX_SIGNAL_REDEF. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80977 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4532ad9bcad5c4e4d724b66eb768fd7337cb004;p=emacs.git (signal): Define only if not NO_DGUX_SIGNAL_REDEF. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index 6206908e2e2..633777a0e26 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -263,9 +263,11 @@ Boston, MA 02111-1307, USA. */ /* can't hurt to define these, even though read/write should auto restart */ #define INTERRUPTIBLE_IO +#ifndef NO_DGUX_SIGNAL_REDEF /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ extern struct sigaction act, oact; #define signal(SIG,FUNC) berk_signal(SIG,FUNC) +#endif #endif /* not NOT_C_CODE */